'Declaration
Overloads Function Range( _ ByVal ParamArray shapes() As Object _ ) As IShapeRange
'Usage
Dim instance As IShapes Dim shapes() As Object Dim value As IShapeRange value = instance.Range(shapes)
IShapeRange Range( params object[] shapes )
Parameters
- shapes
- The individual shapes to be included in the range. Any IShape object, shape index or shape name can be used.
Return Value
The subset of the shapes in a IShapes collection.